home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / examples / helpsigs / README < prev   
Encoding:
Text File  |  1997-08-18  |  647 b   |  24 lines  |  [TEXT/R*ch]

  1. File mosml/examples/helpsigs/README                     PS 1996-04-10
  2.  
  3.  
  4. This directory contains the program used to create the database used
  5. by the Moscow ML `help' function.  It requires the Moscow ML compiler
  6. sources to be installed and compiled.
  7.  
  8. The program illustrates the use of several libraries.
  9.  
  10. The main program is makebase.  It reads the signatures in directory
  11. mosml/lib/ and creates 
  12.  
  13.     * a help database in helpsigs.val
  14.     * an ASCII format version of the database in index.txt
  15.     * a LaTeX format  version of the database in index.tex
  16.  
  17. To create the main program, type    
  18.  
  19.     make
  20.  
  21. To run the program thus compiled, type
  22.  
  23.     makebase
  24.